Autogenerated HTML docs for v1.6.2-rc0-35-g1b53 
diff --git a/RelNotes-1.6.2.txt b/RelNotes-1.6.2.txt index f1bfa82..6ed3159 100644 --- a/RelNotes-1.6.2.txt +++ b/RelNotes-1.6.2.txt 
@@ -25,8 +25,9 @@  * gitweb updates, including a new patch view and RSS/Atom feed  improvements.   -* (contrib) git.el updates for better XEmacs compatibility; vc-git.el - is not shiped with git anymore (it is part of official Emacs) +* (contrib/emacs) git.el now has commands for checking out a branch, + creating a branch, cherry-picking and reverting commits; vc-git.el + is not shipped with git anymore (it is part of official Emacs).    (performance)   @@ -37,8 +38,6 @@    * automatic typo correction works on aliases as well   -* Initial support for "git notes" implemented. -  * @{-1} is a way to refer to the last branch you were on. This is  accepted not only where an object name is expected, but anywhere  a branch name is expected. E.g. "git branch --track mybranch @{-1}"